home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TERRORREPORTFORM / TERRORREPORTFORM.txt
Text File  |  1997-02-27  |  4KB  |  110 lines

  1. object ErrorReportForm: TErrorReportForm
  2.   Left = 45
  3.   Top = 372
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error Report'
  7.   ClientHeight = 295
  8.   ClientWidth = 465
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 342
  21.     Height = 15
  22.     Caption = 'The following files used by this publication cound not be found:'
  23.   end
  24.   object HelpBtn: TBitBtn
  25.     Left = 376
  26.     Top = 260
  27.     Width = 81
  28.     Height = 28
  29.     Caption = '&Help'
  30.     TabOrder = 2
  31.     OnClick = HelpBtnClick
  32.     Glyph.Data = {
  33.       76010000424D760100000000000076000000280000001B000000100000000100
  34.       0400000000000001000000000000000000001000000010000000000000000000
  35.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  36.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  37.       3300003333333330000033333333333300BFBF00333333300000333333333330
  38.       FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
  39.       FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
  40.       FB0BF0FBFB0BF03000003CC330BF80BF000FBF00BF08BF0000003CC330FBF0F0
  41.       FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
  42.       000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
  43.       FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
  44.       00FBFB003333333000003CCC3333333333000033333333300000}
  45.   end
  46.   object CloseBtn: TBitBtn
  47.     Left = 288
  48.     Top = 260
  49.     Width = 81
  50.     Height = 28
  51.     Cancel = True
  52.     Caption = '&Close'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.     Glyph.Data = {
  56.       66010000424D6601000000000000760000002800000012000000140000000100
  57.       040000000000F000000000000000000000001000000010000000000000000000
  58.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  59.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  60.       3333330000003333388333333333330000003333911833333983330000003333
  61.       9111833391183300000033339111183911118300000033333911118111118300
  62.       000030000091111111183300000030FFFFF9111111833300000030FFFFFF1111
  63.       18333300000030FFFFFF911118333300000030FFFFF9111118333300000030FF
  64.       FF91118111833300000030FFF91118F911183300000030FFF9118FFF91118300
  65.       000030FFFF91FFFF09111300000030FFFFFFFFFF0391930000003088CCCCCC88
  66.       0333330000003078CCCCCC780333330000003000000000000333330000003333
  67.       33333333333333000000}
  68.   end
  69.   object PrintBtn: TBitBtn
  70.     Left = 200
  71.     Top = 260
  72.     Width = 81
  73.     Height = 28
  74.     Caption = '&Print'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 0
  78.     Glyph.Data = {
  79.       66010000424D6601000000000000760000002800000014000000140000000100
  80.       040000000000F000000000000000000000001000000010000000000000000000
  81.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  82.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  83.       3333333300003333333333333333333300003300033333333330003300003000
  84.       0000000000000003000030F77777777777777703000030F77777777777777703
  85.       000030F77777777777997703000030FFFFFFFFFFFFFFFF030000380088888888
  86.       88880083000033300000000000000333000033300FFFFFFFFFF0033300003333
  87.       0F00000000F03333000033330FFFFFFFFFF03333000033330F00000000F03333
  88.       000033330FFFFFFFFFF03333000033330F00FFFFFFF03333000033330FFFFFFF
  89.       FFF0333300003333000000000000333300003333333333333333333300003333
  90.       33333333333333330000}
  91.   end
  92.   object Memo: TMemo
  93.     Left = 8
  94.     Top = 28
  95.     Width = 449
  96.     Height = 225
  97.     TabStop = False
  98.     Font.Color = clWindowText
  99.     Font.Height = -12
  100.     Font.Name = 'Arial'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     ReadOnly = True
  104.     ScrollBars = ssVertical
  105.     TabOrder = 3
  106.     WantReturns = False
  107.     WordWrap = False
  108.   end
  109. end
  110.